home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMFONTDEGRADE / TFRMFONTDEGRADE.txt
Encoding:
Text File  |  1999-04-29  |  6.4 KB  |  284 lines

  1. object frmFontDegrade: TfrmFontDegrade
  2.   Left = 399
  3.   Top = 206
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Degradable Font List'
  7.   ClientHeight = 426
  8.   ClientWidth = 358
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pnlButtons: TPanel
  21.     Left = 0
  22.     Top = 390
  23.     Width = 358
  24.     Height = 36
  25.     Align = alBottom
  26.     TabOrder = 0
  27.     object btnOk: TButton
  28.       Left = 193
  29.       Top = 6
  30.       Width = 75
  31.       Height = 25
  32.       Caption = '&OK'
  33.       ModalResult = 1
  34.       TabOrder = 1
  35.     end
  36.     object btnCancel: TButton
  37.       Left = 273
  38.       Top = 6
  39.       Width = 75
  40.       Height = 25
  41.       Cancel = True
  42.       Caption = '&Cancel'
  43.       ModalResult = 2
  44.       TabOrder = 2
  45.       OnClick = btnCancelClick
  46.     end
  47.     object btnHelp: TButton
  48.       Left = 10
  49.       Top = 7
  50.       Width = 75
  51.       Height = 25
  52.       Caption = '&Help'
  53.       TabOrder = 0
  54.       OnClick = btnHelpClick
  55.     end
  56.   end
  57.   object Panel1: TPanel
  58.     Left = 0
  59.     Top = 0
  60.     Width = 358
  61.     Height = 390
  62.     Align = alClient
  63.     TabOrder = 1
  64.     object Label1: TLabel
  65.       Left = 10
  66.       Top = 89
  67.       Width = 56
  68.       Height = 13
  69.       Caption = 'Font Group:'
  70.     end
  71.     object Label2: TLabel
  72.       Left = 20
  73.       Top = 156
  74.       Width = 26
  75.       Height = 13
  76.       Caption = 'Fonts'
  77.     end
  78.     object Label3: TLabel
  79.       Left = 10
  80.       Top = 132
  81.       Width = 139
  82.       Height = 13
  83.       Caption = 'Fonts in selected Font Group:'
  84.     end
  85.     object spdAddGroup: TSpeedButton
  86.       Left = 307
  87.       Top = 104
  88.       Width = 21
  89.       Height = 20
  90.       Hint = 'Add a Font Group'
  91.       Font.Charset = ANSI_CHARSET
  92.       Font.Color = clWindowText
  93.       Font.Height = -16
  94.       Font.Name = 'Arial'
  95.       Font.Style = [fsBold]
  96.       ParentFont = False
  97.       ParentShowHint = False
  98.       ShowHint = True
  99.       OnClick = spdAddGroupClick
  100.     end
  101.     object spdRemoveGroup: TSpeedButton
  102.       Left = 328
  103.       Top = 104
  104.       Width = 21
  105.       Height = 20
  106.       Hint = 'Remove Selected Font Group'
  107.       Font.Charset = ANSI_CHARSET
  108.       Font.Color = clWindowText
  109.       Font.Height = -16
  110.       Font.Name = 'Arial'
  111.       Font.Style = [fsBold]
  112.       ParentFont = False
  113.       ParentShowHint = False
  114.       ShowHint = True
  115.       OnClick = spdRemoveGroupClick
  116.     end
  117.     object Label4: TLabel
  118.       Left = 206
  119.       Top = 132
  120.       Width = 72
  121.       Height = 13
  122.       Caption = 'Available fonts:'
  123.     end
  124.     object Label5: TLabel
  125.       Left = 10
  126.       Top = 269
  127.       Width = 189
  128.       Height = 13
  129.       Caption = 'Preview of fonts in selected Font Group:'
  130.     end
  131.     object spdAddFont: TSpeedButton
  132.       Left = 169
  133.       Top = 183
  134.       Width = 21
  135.       Height = 20
  136.       Hint = 'Add Font(s) to selected Font Group'
  137.       Enabled = False
  138.       ParentShowHint = False
  139.       ShowHint = True
  140.       OnClick = spdAddFontClick
  141.     end
  142.     object spdRemoveFont: TSpeedButton
  143.       Left = 169
  144.       Top = 205
  145.       Width = 21
  146.       Height = 20
  147.       Hint = 'Remove Font(s) from selected Font Group'
  148.       Enabled = False
  149.       ParentShowHint = False
  150.       ShowHint = True
  151.       OnClick = spdRemoveFontClick
  152.     end
  153.     object Label6: TLabel
  154.       Left = 11
  155.       Top = 6
  156.       Width = 335
  157.       Height = 55
  158.       AutoSize = False
  159.       Caption = 
  160.         'Degradable Fonts List allows you to specify a number of alternat' +
  161.         'ive fonts that a browser can use when rendering the text if the ' +
  162.         'primary font isn'#39't available on the end user'#39's system. Click the' +
  163.         ' Add Font Group (+) button to add a new font group.'
  164.       WordWrap = True
  165.     end
  166.     object spdUp: TSpeedButton
  167.       Left = 169
  168.       Top = 149
  169.       Width = 21
  170.       Height = 20
  171.       Hint = 'Move Selected Font up in List'
  172.       Enabled = False
  173.       ParentShowHint = False
  174.       ShowHint = True
  175.       OnClick = spdUpClick
  176.     end
  177.     object spdDown: TSpeedButton
  178.       Left = 169
  179.       Top = 236
  180.       Width = 21
  181.       Height = 20
  182.       Hint = 'Move Selected Font down in List'
  183.       Enabled = False
  184.       ParentShowHint = False
  185.       ShowHint = True
  186.       OnClick = spdDownClick
  187.     end
  188.     object Label7: TLabel
  189.       Left = 10
  190.       Top = 60
  191.       Width = 335
  192.       Height = 27
  193.       AutoSize = False
  194.       Caption = 
  195.         'To add Fonts that are not on your system, type them in the Avail' +
  196.         'able Fonts drop down listbox, and press Return.'
  197.       WordWrap = True
  198.     end
  199.     object cmbFontGroup: TComboBox
  200.       Left = 9
  201.       Top = 104
  202.       Width = 297
  203.       Height = 21
  204.       HelpContext = 716
  205.       Style = csDropDownList
  206.       ItemHeight = 13
  207.       TabOrder = 0
  208.       OnChange = cmbFontGroupChange
  209.     end
  210.     object lstSelectedFonts: TListBox
  211.       Left = 10
  212.       Top = 149
  213.       Width = 145
  214.       Height = 111
  215.       HelpContext = 717
  216.       Enabled = False
  217.       ItemHeight = 13
  218.       MultiSelect = True
  219.       TabOrder = 1
  220.       OnMouseUp = lstSelectedFontsMouseUp
  221.     end
  222.     object lstFonts: TListBox
  223.       Left = 204
  224.       Top = 149
  225.       Width = 145
  226.       Height = 89
  227.       HelpContext = 718
  228.       Enabled = False
  229.       ItemHeight = 13
  230.       MultiSelect = True
  231.       TabOrder = 2
  232.       OnMouseUp = lstFontsMouseUp
  233.     end
  234.     object Panel2: TPanel
  235.       Left = 10
  236.       Top = 286
  237.       Width = 340
  238.       Height = 97
  239.       HelpContext = 719
  240.       BevelOuter = bvLowered
  241.       Caption = 'Panel2'
  242.       TabOrder = 3
  243.       object webPreview: TWebRover
  244.         Left = 1
  245.         Top = 1
  246.         Width = 338
  247.         Height = 95
  248.         Cursor = crIBeam
  249.         HelpContext = 719
  250.         ViewImages = False
  251.         TabOrder = 0
  252.         Align = alClient
  253.         BorderStyle = htNone
  254.         HistoryMaxCount = 0
  255.         DefFontName = 'Times New Roman'
  256.         DefPreFontName = 'Courier New'
  257.         NoSelect = False
  258.         ScrollBars = ssVertical
  259.         WebActive = False
  260.         TimeOut = 0
  261.       end
  262.     end
  263.     object cmbFonts: TSausCombo
  264.       Left = 204
  265.       Top = 239
  266.       Width = 145
  267.       Height = 21
  268.       Enabled = False
  269.       ItemHeight = 13
  270.       TabOrder = 4
  271.       OnClick = cmbFontsClick
  272.       OnKeyUp = cmbFontsKeyUp
  273.       PreventDuplicates = True
  274.       MaxItems = 20
  275.       MoveSelectedToTop = True
  276.       Version = '1.05'
  277.       RegPath = '\Software\Sausage\Hotdog5\Config\Recent\'
  278.       RegValue = 'Fonts'
  279.       RegStore = True
  280.       Options = [scAddOnExit, scAddOnCR, scWriteOnExit, scWriteOnCR]
  281.     end
  282.   end
  283. end
  284.